GetPlaybackRateResponse

data class GetPlaybackRateResponse(playbackRate: Double)

Represents response frame that is returned from Animation#getPlaybackRate operation call. Gets the playback rate of the document timeline.

See also

Constructors

GetPlaybackRateResponse
Link copied to clipboard
fun GetPlaybackRateResponse(playbackRate: Double)

Properties

playbackRate
Link copied to clipboard
val playbackRate: Double
Playback rate for animations on page.

Sources

jvm source
Link copied to clipboard